Handle /assets and /content file names in `android-browse-url'
authorPo Lu <luangruo@yahoo.com>
Thu, 15 Feb 2024 06:23:43 +0000 (14:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 15 Feb 2024 06:24:21 +0000 (14:24 +0800)
commit783a511d1e31b5c9e5f9cb8ec27fd91d1b9078c9
treec84409a512b5d999d64a9bd2119e41ab56ed36d3
parent377e4212e9df293ba2021238bae2bdccf5c8b8d3
Handle /assets and /content file names in `android-browse-url'

* lisp/net/browse-url.el (android-browse-url): New function.

* lisp/term/android-win.el (android-browse-url-internal): Update
function declaration.

* src/androidselect.c (Fandroid_browse_url): Rename to...
(Fandroid_browse_url_internal): ... this.
(syms_of_androidselect): Adjust to match.
lisp/net/browse-url.el
lisp/term/android-win.el
src/androidselect.c